home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / keys.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  1.1 KB  |  28 lines

  1. bind make  alt-Left action MoveLeft '$DirectionalVelocity'
  2. bind break alt-Left action MoveLeft 0'
  3. bind make  alt-Right action MoveRight '$DirectionalVelocity'
  4. bind break alt-Right action MoveRight 0'
  5. bind make  Down action MoveBackward '$DirectionalVelocity'
  6. bind break Down action MoveBackward 0
  7. bind make  Up action MoveForward '$DirectionalVelocity'
  8. bind break Up action MoveForward 0'
  9. bind make  alt-Up action MoveUp '$DirectionalVelocity'
  10. bind break alt-Up action MoveUp 0'
  11. bind make  alt-Down action MoveDown '$DirectionalVelocity'
  12. bind break alt-Down action MoveDown 0'
  13.  
  14. bind make  Left  action MoveYaw '$PositiveRotation'
  15. bind break Left  action MoveYaw 0'
  16. bind make  Right action MoveYaw '$NegativeRotation'
  17. bind break Right action MoveYaw 0'
  18. bind make  ctrl-Up    action MovePitch '$PositiveRotation'
  19. bind break ctrl-Up    action MovePitch 0'
  20. bind make  ctrl-Down  action MovePitch '$NegativeRotation'
  21. bind break ctrl-Down  action MovePitch 0'
  22. bind make  r  action MoveRoll '$PositiveRotation'
  23. bind break r  action MoveRoll 0'
  24. bind make  R  action MoveRoll '$NegativeRotation'
  25. bind break R  action MoveRoll 0'
  26.  
  27.  
  28.